c:\windows\syswow64\regsvr32.exe /i:"C:\Program Files (x86)\EventGhost\plugins\Sonos\WSC\ZonePlayerController\ZonePlayerController.wsc" "C:\WINDOWS\SYSWOW64\scrobj.dll"

c:\windows\syswow64\regsvr32.exe /i:"C:\Program Files (x86)\EventGhost\plugins\Sonos\WSC\ZonePlayerFinder\ZonePlayerFinder.wsc" "C:\WINDOWS\SYSWOW64\scrobj.dll"



http://forums.sonos.com/showthread.php?t=12649&page=3




I was experimenting with SonosWatcher, which is I believe related, on Windows 7 64 bit. My problem was solved by re-registering the WSC files using slightly different commands:


c:\windows\syswow64\regsvr32.exe /i:"c:\users\brett\desktop\sonos\wsc\zoneplayercont roller\ZonePlayerController.wsc" "C:\WINDOWS\SYSWOW64\scrobj.dll"

c:\windows\syswow64\regsvr32.exe /i:"c:\users\brett\desktop\sonos\wsc\zoneplayerfind er\ZonePlayerFinder.wsc" "
C:\WINDOWS\SYSWOW64\scrobj.dll"


Don't forget to do this from a command prompt run as administrator. Note that when I previewed the post, there was a single extraneous space in each command line given above that I can't edit out; obviously don't include them. Instead include the paths to where you have the WSC files.

It was this page that gave the clue:

http://blog.dezfowler.com/2007/02/32...nts-under.html

Brett